Feature/ 목록 페이지 필터링 기능 (취향 선택, 검색 기능) #89
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📦 Pull Request
📝 요약(Summary)
💬 공유사항 to 리뷰어
필터링을 통해 와인의 취향 (종류, 가격, 별점)을 목록 페이지에 구현
검색어 기능을 통해 검색 가능하게 구현
SearchStore 생성하여 활용
조건부 .filter() 를 통해 직접 필터링
WineListCard.tsx (목록 카드)에 필터 기능 추가
WineFilter.txt에 검색할 수 있게 구현
searchStore.ts 로 Store 생성 및 사용
수정사항
일부 수정으로 인해 충돌 가능성이 있습니다.
WineTypeFilter.tsx
🗂️ 관련 이슈
📸 스크린샷
✅ 체크리스트